home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / legendary_design / addressit! / req.h < prev    next >
C/C++ Source or Header  |  1994-11-17  |  646b  |  23 lines

  1. /* Prototypes for the req.library for use with Lattice. */
  2.  
  3. #ifndef __NOPROTO
  4. #ifndef __PROTO
  5. #define __PROTO(a) a
  6. #endif
  7. #else
  8. #ifndef __PROTO
  9. #define __PROTO(a) ()
  10. #endif
  11. #endif
  12.  
  13.  
  14. void __stdargs  SimpleRequest __PROTO((char *,...));
  15. int  __stdargs  TwoGadRequest __PROTO((char *,...));
  16. int  __stdargs  FileRequester __PROTO((struct FileRequester *));
  17. void __stdargs  Center __PROTO((struct NewWindow *,int,int));
  18. void __stdargs  PurgeFiles __PROTO((struct FileRequester *));
  19. void __stdargs  ColorRequester __PROTO((long));
  20. int  __stdargs    TextRequest __PROTO((struct TRStructure *));
  21. char __stdargs    RawKeyToAscii __PROTO((short,short,char *));
  22.  
  23.